services.hostapd.radios.<name>.networks.<name>.authentication.saePasswords.*.password

The password for this entry. SAE technically imposes no restrictions on password length or character set. But due to limitations of hostapd's config file format, a true newline character cannot be parsed.

Warning: This password will get put into a world-readable file in the Nix store! Prefer using the sibling option passwordFile or directly set saePasswordsFile.

Type
null or string
Default
null
Example
"a flakey password"
Declared
<nixpkgs/nixos/modules/services/networking/hostapd.nix>